home *** CD-ROM | disk | FTP | other *** search
- global objpctsprite
-
- on mouseWithin
- set mycursor to the number of member "Magnify"
- set mycursormask to the number of member "Magnify Mask"
- set the cursor of sprite objpctsprite to [mycursor, mycursormask]
- end
-
- on mouseLeave
- set the cursor of sprite objpctsprite to -1
- end
-
- on mouseDown
- global closeupsprite, notationsprit, notationsprite, contentsprite, objnamesprite, objnum, sidecounter, gpictfilepath
- puppetSprite(closeupsprite, 0)
- puppetSprite(notationsprite, 0)
- set the visible of sprite contentsprite to 0
- set the visible of sprite objnamesprite to 0
- initialbutton()
- set largepct to objnum & "1a"
- set x to the number of member "CloseView"
- set the fileName of member "CloseView" to the pathName & gpictfilepath & "Magnify\" & largepct & ".pct"
- set the name of member x to "CloseView"
- updateStage()
- go("CloseView")
- end
-